In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation / Subject Property

Subject Property (Annotation)

In This Topic
Syntax
'Declaration

 

<DescriptionAttribute("The subject of the annotation, if any")>

Public Property Subject As String
[Description("The subject of the annotation, if any")]

public string Subject {get; set;}
public read-write property Subject: String; 
DescriptionAttribute("The subject of the annotation, if any")

public function get,set Subject : String
[Description("The subject of the annotation, if any")]

public: __property string* get_Subject();

public: __property void set_Subject( 

   string* value

);
[Description("The subject of the annotation, if any")]

public:

property String^ Subject {

   String^ get();

   void set (    String^ value);

}
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation
Annotation Members